csslocation: Tweak docs
authorMatthias Clasen <mclasen@redhat.com>
Mon, 1 Mar 2021 06:30:09 +0000 (01:30 -0500)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 11 Mar 2021 16:37:36 +0000 (16:37 +0000)
gtk/css/gtkcsslocation.c

index 4d52ded7147df431781fc22827ed4803ec4a6dea..bff0a0121a917bfd17c6cebb18a9b85cc51cf126 100644 (file)
@@ -30,9 +30,9 @@
  * @line_chars: Number of characters parsed since the last line
  *     break
  *
- * #GtkCssLocation is used to present a location in a file - or other
- * source of data parsed by the CSS engine.
- * 
+ * Represents a location in a file or other source of data parsed
+ * by the CSS engine.
+ *
  * The @bytes and @line_bytes offsets are meant to be used to
  * programmatically match data. The @lines and @line_chars offsets
  * can be used for printing the location in a file.